home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3783 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: news.silcom.com!webnews!usenet
  2. From: darkstar@server.fornext.com
  3. Newsgroups: comp.lang.c
  4. Subject: PowerPack for DOS
  5. Date: Tue, 30 Jan 1996 21:11:04 -0800
  6. Organization: Internet Media Network
  7. Message-ID: <310EF9E8.23E4@server.fornext.com>
  8. NNTP-Posting-Host: 204.74.102.203
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b6b (Win16; I)
  13.  
  14. I have Borland PowerPack for DOS, but I don't have Borland C++.  I have 
  15. Turbo C-- for Windows 3.something.  I managed to get PowerPack to work 
  16. with TCWin by replacing C0WL.OBJ with C0X.OBJ.  Almost every library 
  17. function works (including the RTM-specific functions).  I was wondering 
  18. why system() is causing symbol-not-founds on _getswitchar.  I noticed 
  19. that there IS a function __getswitchar in the library, but not 
  20. _getswitchar.  This problem is apparently not associated with the fact 
  21. that I'm using PowerPack.  Creating a regular Windows program won't fix 
  22. the problem (even if it did work it'd probably crash anyways).  I noticed 
  23. that my CL.LIB from TC 3.0 for DOS doesn't have this problem with 
  24. system().  I don't understand protected mode that much, so I don't know 
  25. if *'ing (using LIB's * command) GETSWIT (the module name?) will cause 
  26. hidden bugs or not, as it is the DOS version, not the pmode version.
  27.  
  28. Darkstar
  29.